/*弹窗*/
.clickbutton{height: 25px;width: 150px;border:1px solid #000000;box-shadow: 0 0 3px,0 0 2px inset;border-radius: 25px;text-align: center;cursor: pointer;margin: 100px auto 20px;}
.by-box{position: fixed;width:100%;height:100%;top:0;left:0;}
.box{ width:220px;min-height:10px;border: 1px solid #878787;box-shadow: 0px 0px 10px;margin: 0 auto;position: absolute;padding:16px 16px 16px 50px;border-radius:15px;background:#bd362e;top:50%;left:37%;}
.boxclose{position: absolute;right:20px; top:10px;cursor: pointer;color: #fff;}
.tolh2{font-weight: bold;font-size: 15px;padding: 0;margin:0;color: #fff;}
.sp-tolh2{font-size: 14px;color: #fff;}
.emti{width:22px;height:22px;display: block;position:absolute;left:18px;top:28px;background: url("../images/ico86.png") no-repeat #fff;z-index: 99;border-radius: 10px;background-size: cover;}